import { Badge, useTheme } from '@aws-amplify/ui-react'; export const BadgeStyleProps = () => { const { tokens } = useTheme(); return ( Badge ); };